home *** CD-ROM | disk | FTP | other *** search
/ InterNet Essentials for Pharmacists / InterNet Essentials for Pharmacists.iso / InterNet.exe / InterNet.dxr / 00014_userResTo320.ls < prev    next >
Encoding:
Text File  |  2000-11-16  |  230 b   |  12 lines

  1. global r320, r640, userRes
  2.  
  3. on mouseUp
  4.   if r320[1] = "true" then
  5.     userRes = "320"
  6.     put "Current Video = 320 X 240 Full" into member "helpRes"
  7.     updateStage()
  8.   else
  9.     alert("Not available on your system.")
  10.   end if
  11. end
  12.